object ChannelForm: TChannelForm Left = 378 Top = 135 Width = 541 Height = 339 Caption = 'ChannelForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poDefaultPosOnly Scaled = False Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Splitter: TSplitter Left = 416 Top = 9 Width = 3 Height = 267 Cursor = crHSplit Align = alRight AutoSnap = False MinSize = 50 end object TopDock: TDock97 Left = 0 Top = 0 Width = 533 Height = 9 FixAlign = True end object LeftDock: TDock97 Left = 0 Top = 9 Width = 9 Height = 267 FixAlign = True Position = dpLeft end object RightDock: TDock97 Left = 524 Top = 9 Width = 9 Height = 267 FixAlign = True Position = dpRight end object BottomDock: TDock97 Left = 0 Top = 300 Width = 533 Height = 9 FixAlign = True Position = dpBottom end object NickListPanel: TPanel Left = 419 Top = 9 Width = 105 Height = 267 Align = alRight BevelOuter = bvNone TabOrder = 1 object NickList: TjmListBox Left = 0 Top = 0 Width = 105 Height = 267 Align = alClient ItemHeight = 13 MultiSelect = True PopupMenu = ChannelNicksPopup Style = lbOwnerDrawFixed TabOrder = 0 OnDblClick = NickListDblClick OnDrawItem = NickListDrawItem OnMouseDown = NickListMouseDown OnMouseUp = NickListMouseUp end end object InputPanel: TPanel Left = 0 Top = 276 Width = 533 Height = 24 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Input: TInputMemo Left = 0 Top = 0 Width = 533 Height = 24 Align = alClient TabOrder = 0 WantTabs = True WordWrap = False OnKeyDown = InputKeyDown OnKeyPress = InputKeyPress end end object OutputPanel: TPanel Left = 9 Top = 9 Width = 407 Height = 267 Align = alClient BevelOuter = bvNone TabOrder = 2 end object ChannelTextPopup: TPopupMenu OnPopup = ChannelTextPopupPopup Left = 48 Top = 56 end object ChannelNicksPopup: TPopupMenu OnPopup = ChannelNicksPopupPopup Left = 80 Top = 56 end end